﻿2026-09-11T11:34:53.3965836Z ##[group]Run actions/checkout@v5
2026-09-11T11:34:53.3966682Z with:
2026-09-11T11:34:53.3967110Z   repository: BigscreenVR/spt-bs-core
2026-09-11T11:34:53.3970514Z   token: ***
2026-09-11T11:34:53.3970914Z   ssh-strict: true
2026-09-11T11:34:53.3971306Z   ssh-user: git
2026-09-11T11:34:53.3971705Z   persist-credentials: true
2026-09-11T11:34:53.3972146Z   clean: true
2026-09-11T11:34:53.3972542Z   sparse-checkout-cone-mode: true
2026-09-11T11:34:53.3973001Z   fetch-depth: 1
2026-09-11T11:34:53.3973376Z   fetch-tags: false
2026-09-11T11:34:53.3973772Z   show-progress: true
2026-09-11T11:34:53.3974173Z   lfs: false
2026-09-11T11:34:53.3974553Z   submodules: false
2026-09-11T11:34:53.3974952Z   set-safe-directory: true
2026-09-11T11:34:53.3975395Z   allow-unsafe-pr-checkout: false
2026-09-11T11:34:53.3976081Z ##[endgroup]
2026-09-11T11:34:53.4766633Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T11:34:53.4768262Z ##[group]Getting Git version info
2026-09-11T11:34:53.4769219Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T11:34:53.4770337Z [command]/usr/bin/git version
2026-09-11T11:34:53.4770782Z git version 2.43.0
2026-09-11T11:34:53.4775579Z ##[endgroup]
2026-09-11T11:34:53.4783038Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/4a0d5747-e3cc-4c3f-af82-6cd0c20a6c27/.gitconfig'
2026-09-11T11:34:53.4789845Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4a0d5747-e3cc-4c3f-af82-6cd0c20a6c27' before making global git config changes
2026-09-11T11:34:53.4791196Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T11:34:53.4792402Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T11:34:53.4822948Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T11:34:53.4841578Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T11:34:53.4851274Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T11:34:53.4853695Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T11:34:53.4876850Z refs/heads/main
2026-09-11T11:34:53.4883346Z [command]/usr/bin/git checkout --detach
2026-09-11T11:34:53.5490646Z HEAD is now at e28bc27de docs(register): IR-107 third instrument defect - oid checks normalize eol; child-only switch is a non-measurement
2026-09-11T11:34:53.5532482Z [command]/usr/bin/git branch --delete --force main
2026-09-11T11:34:53.5569830Z Deleted branch main (was e28bc27de).
2026-09-11T11:34:53.6912728Z ##[endgroup]
2026-09-11T11:34:53.6916779Z [command]/usr/bin/git submodule status
2026-09-11T11:34:53.7113692Z ##[group]Cleaning the repository
2026-09-11T11:34:53.7116477Z [command]/usr/bin/git clean -ffdx
2026-09-11T11:34:58.4261053Z Removing target/
2026-09-11T11:34:58.4269262Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T11:34:58.4440680Z HEAD is now at e28bc27de docs(register): IR-107 third instrument defect - oid checks normalize eol; child-only switch is a non-measurement
2026-09-11T11:34:58.4447143Z ##[endgroup]
2026-09-11T11:34:58.4448306Z ##[group]Disabling automatic garbage collection
2026-09-11T11:34:58.4451859Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T11:34:58.4476698Z ##[endgroup]
2026-09-11T11:34:58.4477242Z ##[group]Setting up auth
2026-09-11T11:34:58.4482105Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T11:34:58.4506531Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T11:34:58.4729596Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T11:34:58.4756186Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T11:34:58.4938042Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T11:34:58.4964140Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T11:34:58.5154000Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T11:34:58.5184508Z ##[endgroup]
2026-09-11T11:34:58.5190038Z ##[group]Fetching the repository
2026-09-11T11:34:58.5191029Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e28bc27de1967e9cb748f1fd0ba881f1309dfb8f:refs/remotes/origin/main
2026-09-11T11:34:59.0442922Z ##[endgroup]
2026-09-11T11:34:59.0443710Z ##[group]Determining the checkout info
2026-09-11T11:34:59.0445382Z ##[endgroup]
2026-09-11T11:34:59.0451216Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T11:34:59.0496658Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T11:34:59.0522179Z ##[group]Checking out the ref
2026-09-11T11:34:59.0525037Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-11T11:34:59.0594435Z Switched to a new branch 'main'
2026-09-11T11:34:59.0594774Z branch 'main' set up to track 'origin/main'.
2026-09-11T11:34:59.0640964Z ##[endgroup]
2026-09-11T11:34:59.0643235Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T11:34:59.0674185Z e28bc27de1967e9cb748f1fd0ba881f1309dfb8f
